home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / SLAX 6.0.8 / slax-6.0.8.iso / slax / base / 003-desktop.lzm / usr / bin / run-with-aspell < prev    next >
Encoding:
Text File  |  2007-05-11  |  57 b   |  5 lines

  1. #!/bin/sh
  2. PATH=/usr/lib/aspell:$PATH
  3. export PATH
  4. exec $@
  5.